home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -seriously_amiga- / shareware / programming / c / orion / history.txt < prev    next >
Text File  |  1998-01-05  |  1KB  |  36 lines

  1.  
  2. History:
  3.  
  4. Version 0.6
  5.    -Implemented 'Clean' option in OrionTool
  6.    -Implemented 'Interactive' flag
  7.    -Implemented 'Trash' flag
  8.    -Fixed some low memory problems(potential crashes)
  9.    -OrionTool checks for FILE validity
  10.    -Added Total memory allocated for each memory type to List output
  11.    -Made output slightly easier on the eyes
  12.  
  13. Version 0.5
  14.    -Can selectively turn off which resources are tracked (at compile time)
  15.    -Added a Verbose logging option
  16.    -Fixed a Mungwall hit
  17.    -Fixed a bug listing bitmaps
  18.  
  19. Version 0.4
  20.    -Watches for freeing NULL pointers.
  21.    -Watches for freeing the wrong sizes (FreeMem(2) on a 5 byte allocation)
  22.    -Watches for allocations of size 0.
  23.    -More verbose reporting
  24.    -Added version string to OrionTool and Orion.lib
  25.  
  26. Version 0.3
  27.    -Added line and file tracking for each allocation
  28.  
  29. Version 0.2
  30.    -Added tracking for AllocBitMap/FreeBitMap
  31.    -Added tracking for CreatePool/DeletePool
  32.    -Added tracking for AllocPooled/FreePooled
  33.    -Added tracking for malloc/free
  34.  
  35. Version 0.1 - First Beta Release.
  36.